home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xfh132.lzh / XFH / src / libmygcc / ixemul.h < prev    next >
C/C++ Source or Header  |  1993-01-17  |  247b  |  7 lines

  1. /* "ixemul.h" should contain all the common global data for the library. */
  2. /* Since we don't use a shared library, this is just a bunch of externs. */
  3.  
  4. #include <errno.h>        /* Needed by strtol.c etc. */
  5.  
  6. extern int errno;        /* For strtol() etc. */
  7.